.tgb_donate_block{
    min-width:232px;
    min-height:232px;
    border-radius:20px;
    margin:1em;
    box-shadow: 10px 6px 20px 2px rgb(0 0 0 / 10%);
    padding-left: 1.5em;
    max-width: 232px;
    padding-right: 1.5em;
    max-height: 232px;
    text-align: center;
    display:inline-block;
    position:relative;
    flex-direction:column;
}

@media only screen and ( max-width: 680px ){
    .tgb_donate_block{
        margin-left: 0;
        margin-right: 0;
        padding-left:1em;
        padding-right:1em;
    }
}


.tgb_donate_block_logo{
    display:block;
    width:100%;
}
.tgb_donate_block_logo a>div{
    margin-left:auto;
    display: block;
    margin-right: auto;
    height:84px;
    width:auto;
}

.tgb_donate_block_logo a img{
    width: auto;
    height: 84px;
}


.tgb_donate_block_title {
    overflow: hidden;
    overflow-wrap: break-word;
    max-height: 52px;
}

.tgb_buttonContainer {
    height:2.5em;
    border: 1px solid rgb(252, 212, 43);
    margin-bottom:1em;
    display:flex;
    align-items:center;
    border-radius:1em;
    box-shadow: rgba(131, 22, 140, 0.2) 0 4px 7px 0;
}

.tgb_button_text{
    margin-left:auto;
    margin-right:auto;
    color:#000;
}